github.com/refraction-networking/utls.utlsCompressedCertificateMsg.algorithm (field)

7 uses

	github.com/refraction-networking/utls (current package)
		u_handshake_client.go#L61: 		if m.algorithm == uint16(alg) {
		u_handshake_client.go#L67: 		return nil, fmt.Errorf("unadvertised algorithm (%d)", m.algorithm)
		u_handshake_client.go#L70: 	switch CertCompressionAlgo(m.algorithm) {
		u_handshake_client.go#L94: 		return nil, fmt.Errorf("unsupported algorithm (%d)", m.algorithm)
		u_handshake_messages.go#L18: 	algorithm                    uint16
		u_handshake_messages.go#L31: 		b.AddUint16(m.algorithm)
		u_handshake_messages.go#L48: 		!s.ReadUint16(&m.algorithm) ||